バージョン

GetEnumerator メソッド

フィルター処理したコレクションで反復する列挙子を返します。
シンタックス
'宣言
 
Public Function GetEnumerator() As IEnumerator(Of T)
public IEnumerator<T> GetEnumerator()
参照